:root {
    --red: #ff2e63;
    --black: #23262c;
    --blue: #10BEBE;
    --white: #eaeaea;
    --gray: #959e9d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*/ *,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}


/****/


/****/


/****/

#header {
    position: relative;
    width: 100%;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #23262c;
    ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

.menu .logo-box {
    margin-left: 20px;
}

.menu .logo-box h1 a {
    text-decoration: none;
    font-size: var(--title);
    font-weight: 400;
    color: var(--white);
}

.menu .list-container {
    margin-right: 20px;
}

.menu .list-container ul {
    display: flex;
}

.menu .list-container ul li {
    list-style: none;
}

.menu .list-container ul li a {
    text-decoration: none;
    margin: 0px 10px;
    padding: 8px;
    color: var(--white);
    border-radius: 24px;
    transition: 0.3s;
    font-size: 16px;
}

.menu .list-container ul li a.active {
    background: var(--gray);
    color: #fff;
}

.menu .list-container ul li a:hover {
    background: var(--gray);
    color: #fff;
}

.btn-menu>.fa-bars {
    display: none;
}

@media only screen and (max-width:900px) {
    .btn-menu>.fa-bars {
        display: block;
        position: absolute;
        right: 30px;
        top: 20px;
        font-size: 28px;
        color: var(--gray);
        transition: 0.5s;
        cursor: pointer;
    }
    .btn-menu>.fa-times {
        color: var(--white);
    }
    .btn-menu>.fa-bars:hover {
        color: var(--white);
    }
    .menu .logo-box {
        margin-left: 30px;
    }
    .menu .list-container {
        position: fixed;
        top: 60px;
        left: -100%;
        background: #959e9d;
        width: 100%;
        height: calc(100vh - 60px);
    }
    .menu .list-container .lists {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-top: 4px solid var(--gray);
    }
    .menu .list-container ul li {
        width: 90%;
        border-bottom: 2px solid var(--black);
        display: flex;
        justify-content: center;
    }
    .menu .list-container ul li a {
        font-size: 20px;
        text-align: center;
        padding: 12px 0px;
    }
    .menu .list-container ul li a.active {
        background: none;
        color: var(--white);
    }
    .menu .list-container ul li a:hover {
        background: none;
        color: var(--black);
    }
}


/** IMG **/

.img-header {
    position: relative;
    width: 100%;
    height: 70vh;
    background: url(../camara-termica/dahua-kit-new.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.img-header .welcome {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.img-header .welcome h1 {
    margin: 20px 20px;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 200;
}

.img-header .welcome p {
    margin: 20px 20px;
    font-size: 2.5rem;
    color: #fff;
    margin-top: 20px;
}

@media only screen and (max-width:773px) {
    .img-header .welcome h1 {
        font-size: 40px;
        margin-top: auto;
    }
    .img-header {
        position: relative;
        width: 100%;
        height: auto;
        background: url(../camara-termica/kit-camara-nueva.jpg);
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (max-width:590px) {
    .img-header .welcome h1 {
        margin-top: auto;
        font-size: 30px;
        text-align: justify;
    }
    .img-header .welcome p {
        font-size: 17px;
    }
}


/****/


/****/


/****/


/****/


/**camara-desc**/

.camara-desc {
    padding: 2rem 2rem;
}

@media (min-width:768px) {
    .uno {
        margin: auto;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .camara-desc .uno img {
        max-width: 100%;
        height: auto;
    }
}

.uno {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: #000;
    text-transform: capitalize;
}

.descripcion img {
    padding: 1rem 1rem;
    float: left;
    width: 400px;
    height: 500px;
}

.descripcion .texto {
    margin: 1px;
    text-align: justify;
    padding: 2px;
}

.texto h1 {
    font-size: 2.5rem;
    text-align: center;
}

.texto p {
    text-transform: none;
    font-size: 20px;
    margin: 4px 4px;
    padding: 2px 2px;
}

.video {
    text-align: center;
}

@media only screen and (max-width:773px) {
    .video {
        display: none;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%;
        /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    }
    .video-responsive {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width:590px) {
    .texto h1 {
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 2rem;
        padding: auto;
    }
    .texto p {
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        font-size: 20px;
        padding: 1rem 1rem;
        margin: 0;
        line-height: 1.5;
    }
}


/*****/


/****/

.tema-backgruond {
    background-color: #4e5054;
    background-size: contain;
    width: 600px;
    height: 80px;
}

@media only screen and (max-width:773px) {
    .tema-backgruond {
        width: 100%;
    }
}

.tema-backgruond h2 {
    text-align: center;
    margin: 1rem 1rem;
    padding: 1rem 1rem;
    color: #F2F2F2;
}


/*****/

.dos-camra {
    padding: 2rem 2rem;
}

@media (min-width:768px) {
    .dos {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .dos-camra .dos .camara-termica img {
        max-width: 100%;
        height: auto;
    }
}

.camara-termica {
    margin: auto;
}

.camara-termica img {
    float: right;
    width: 400px;
    height: 400px;
}

.camara-te-img img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px) {
    .camara-termica .camara-dos {
        padding: 15px 15px;
        height: 400px;
    }
}

.camara-dos h2 {
    margin: 15px 15px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.camara-dos p {
    color: var(--black);
    margin: auto;
    font-size: 20px;
    text-align: justify;
}

@media only screen and (max-width:590px) {
    .camara-dos h2 {
        margin: 15px 15px;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .camara-dos p {
        color: var(--black);
        margin: auto;
        font-size: 20px;
        text-align: left;
    }
}


/*****/

@media (min-width:768px) {
    .dos-dos {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .dos-dos .lente-termico img {
        max-width: 100%;
        height: auto;
    }
}

.lente-termico {
    margin: auto;
}

.lente-termico img {
    float: left;
    width: 400px;
    height: 400px;
}

.img-lente img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px) {
    .lente-termico .lente-dos {
        padding: 15px 15px;
        height: 600px;
    }
}

.lente-dos h2 {
    margin: 15px 15px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.lente-dos p {
    color: var(--black);
    margin: auto;
    font-size: 20px;
    text-align: justify;
}

@media only screen and (max-width:590px) {
    .lente-dos h2 {
        margin: 15px 15px;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .lente-dos p {
        color: var(--black);
        margin: auto;
        font-size: 20px;
        text-align: left;
    }
}


/*****/

.tem-black {
    background-color: #4e5054;
    background-size: contain;
    width: 600px;
    height: 80px;
}

@media only screen and (max-width:773px) {
    .tem-black {
        width: 100%;
    }
}

.tem-black h2 {
    text-align: center;
    margin: 1rem 1rem;
    padding: 1rem 1rem;
    color: #F2F2F2;
}


/*****/


/*****/


/*****/

.blacl-body {
    padding: 2rem 2rem;
}

@media (min-width:768px) {
    .black- {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .blacl-body .black- .blac-bo img {
        max-width: 100%;
        height: auto;
    }
}

.blac-bo img {
    float: right;
    padding: 1rem 1rem;
    width: 300px;
    height: 300px;
}

.black-desc h2 {
    margin: 2rem 2rem;
    padding: 2rem 2rem;
    font-size: 2rem;
    text-align: center;
}

.black-desc p {
    text-align: justify;
    margin: 2px 2px;
    padding: 2px 2px;
    font-size: 1.5rem;
}

@media only screen and (max-width:590px) {
    .black-desc h2 {
        margin: 1rem 1rem;
        padding: 1rem 1rem;
        font-size: 2rem;
        text-align: center;
    }
    .black-desc p {
        text-align: left;
        margin: 2px 2px;
        padding: 2px 2px;
        font-size: 1.4rem;
    }
}


/****/

@media (min-width:768px) {
    .list-black {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .list-black .blac-caracte img {
        max-width: 100%;
        height: auto;
    }
}

.blac-caracte {
    margin: auto;
}

.blac-caracte img {
    float: left;
    width: 400px;
    height: 500px;
}

.img-terminca img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px) {
    .blac-caracte .blac-trpi {
        padding: 15px 15px;
        height: 500px;
    }
}

.blac-trpi h2 {
    margin: 15px 15px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.blac-trpi p {
    margin: auto;
    font-size: 20px;
    text-align: justify;
}

@media only screen and (max-width:590px) {
    .blac-trpi h2 {
        margin: 15px 15px;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .blac-trpi p {
        margin: auto;
        font-size: 20px;
        text-align: left;
    }
}


/*****/

.nvr-back {
    background-color: #4e5054;
    background-size: contain;
    width: 600px;
    height: 80px;
}

@media only screen and (max-width:773px) {
    .nvr-back {
        max-width: 100%;
        height: auto;
    }
}

.nvr-back h2 {
    text-align: center;
    margin: 1rem 1rem;
    padding: 1rem 1rem;
    color: #F2F2F2;
}


/*****/


/*****/

.nvr {
    padding: 2rem 2rem;
}

@media (min-width:768px) {
    .nvr-1 {
        margin: 1rem 1rem;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .nvr .nvr-1 .nvr-2 img {
        width: 100%;
    }
}

.nvr-2 {
    margin: auto;
}

.nvr-2 img {
    float: right;
    width: 400px;
    height: 400px;
}

.nvr-img img {
    margin: 10px 10px;
    padding: 10px 10px;
}

@media (min-width:768px) {
    .nvr-2 .nvr-desc {
        padding: 15px 15px;
    }
}

.nvr-desc h2 {
    margin: 15px 15px;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.nvr-desc p {
    text-transform: none;
    text-decoration: none;
    margin: auto;
    font-size: 20px;
    text-align: justify;
}

.nvr-desc a {
    text-decoration: none;
}

@media only screen and (max-width:590px) {
    .nvr-desc h2 {
        margin: 10px 10px;
        font-size: 2rem;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .nvr-desc p {
        text-transform: none;
        text-decoration: none;
        margin: auto;
        font-size: 20px;
        text-align: left;
    }
}


/*****/

.Software-accesorio {
    background-color: #4e5054;
    background-size: contain;
    width: 600px;
    height: 80px;
}

@media only screen and (max-width:773px) {
    .Software-accesorio {
        width: 100%;
    }
}

.Software-accesorio h2 {
    text-align: center;
    margin: 1rem 1rem;
    padding: 1rem 1rem;
    color: #F2F2F2;
}


/*****/


/*****/

.camara-dos button {
    border: none;
    color: var(--black);
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    border-radius: 10px;
    background: var(--gray);
}

.camara-dos button:hover {
    background-color: var(--blue);
    color: var(--black);
}


/****/

.black-desc button {
    border: none;
    color: var(--black);
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
}

.black-desc button:hover {
    background-color: var(--blue);
    color: var(--black);
}


/****/

.nvr-desc button {
    border: none;
    color: var(--black);
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
}

.nvr-desc button:hover {
    background-color: var(--blue);
    color: var(--black);
}


/****/


/****/


/****/


/****/


/****/


/****/


/****/


/*****/

.fin-1- {
    padding: 2rem 2rem;
}

@media(min-width:768px) {
    .fin {
        margin: auto;
        padding: initial;
    }
}

@media only screen and (max-width:773px) {
    .fin-1- .fin .fin-1 img {
        max-width: 100%;
        height: auto;
    }
}

.fin-1 {
    margin: auto;
}

@media (min-width:768px) {
    .fin-1 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
}

.img-fin {
    margin: 10px 10px;
    padding: initial;
}

.img-fin h2 {
    margin: 10px 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.img-fin img {
    width: 400px;
    height: 300px;
}


/*****/


/****/


/**Footer**/


/* DESKTOP */

@media all and (max-width: 999999999px) and (min-width: 1340px) {
    /* Footer Parent Div Styling */
    #footer {
        width: 100%;
        background-color: #23262c;
        margin: 0 auto;
    }
    /* H3 Styling */
    h3.left {
        padding-top: 3rem;
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: left;
    }
    h3.center {
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: center;
    }
    /* List Styling */
    ul {
        margin: 0;
        list-style-type: none;
    }
    li {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 300;
        line-height: 22px;
        list-style-type: none;
        text-align: left;
    }
    /* Utility Links Div Styling */
    #utility-links {
        width: 50%;
        height: 150px;
        background-color: #23262c;
        margin: 40px auto 0 auto;
    }
    .rectangle {
        width: 1px;
        height: 100px;
        background: #23262c;
        margin: 0 30px 0 0;
        float: left;
        display: inline-block;
    }
    /* Help Styling */
    .help {
        width: 30%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Help Img Icons*/
    .help-img-icon {
        float: left;
        margin: 0 5px 0 0;
    }
    /* About Styling */
    .about {
        width: 30%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Card Services Styling */
    .card {
        width: 30%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Newsletter-Social Container */
    #newsletter-social {
        width: 40%;
        margin: 0 auto;
        text-align: center;
    }
    /* Newsletter Styling */
    #newsletter {
        width: 65%;
        margin: 30px 0 0 0;
        text-align: center;
        float: left;
        display: inline-block;
    }
    p.deals {
        color: #f1f8f8;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 0;
        text-align: center;
    }
    input[type=text] {
        width: 60%;
        padding: 15px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border: 1px #D9D6D6;
        background-color: #F2F2F2;
        border-radius: 4px;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    input[type=button],
    input[type=submit],
    input[type=reset] {
        background-color: #0677FF;
        border: 2px;
        border-radius: 4px;
        color: white;
        padding: 15px 35px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 900;
    }
    /* Social Media Styling */
    #social {
        width: 35%;
        margin: 80px 0 0 0;
        float: right;
        display: inline-block;
    }
    /* Copyright Styling */
    .rectangle-horiz {
        width: 100%;
        height: 2px;
        background: #10BEBE;
        margin: 170px 0 0 0;
    }
    #copyright {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .copy {
        color: #a7a7a7;
        font-size: 10px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        margin-left: 20px;
        display: inline-block;
        overflow: hidden;
    }
    /* Link Styling */
    a:link {
        color: #F2F2F2;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:visited {
        color: #F2F2F2;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:hover {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:active {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
}


/* =TABLET */

@media all and (max-width: 1339px) and (min-width: 600px) {
    /* Footer Parent Div Styling */
    #footer {
        width: 100%;
        background-color: #23262c;
        margin: 0 auto;
    }
    /* H3 Styling */
    h3.left {
        padding-top: 3rem;
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: left;
    }
    h3.center {
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: center;
    }
    /* List Styling */
    ul {
        margin: 0;
        list-style-type: none;
    }
    li {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 300;
        line-height: 22px;
        list-style-type: none;
        text-align: left;
    }
    /* Utility Links Div Styling */
    #utility-links {
        width: 90%;
        height: 150px;
        background-color: #23262c;
        margin: 40px auto 0 auto;
    }
    .rectangle {
        width: 1px;
        height: 100px;
        background: #23262c;
        margin: 0 30px 0 30px;
        float: left;
        display: inline-block;
    }
    /* Help Styling */
    .help {
        width: 25%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Help Img Icons*/
    .help-img-icon {
        float: left;
        margin: 0 5px 0 0;
    }
    /* About Styling */
    .about {
        width: 25%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Card Services Styling */
    .card {
        width: 25%;
        height: 100px;
        float: left;
        margin: 0;
        display: inline-block;
    }
    /* Newsletter Styling */
    #newsletter {
        width: 50%;
        margin: 30px 0 0 0;
        text-align: center;
        float: left;
        display: inline-block;
    }
    p.deals {
        color: #f1f8f8;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 0;
        text-align: center;
    }
    input[type=text] {
        width: 40%;
        padding: 15px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border: 1px #D9D6D6;
        background-color: #F2F2F2;
        border-radius: 4px;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    input[type=button],
    input[type=submit],
    input[type=reset] {
        background-color: #0677FF;
        border: 2px;
        border-radius: 4px;
        color: white;
        padding: 15px 35px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 900;
    }
    /* Social Media Styling */
    #social {
        width: 50%;
        margin: 80px 0 0 0;
        float: right;
        display: inline-block;
    }
    /* Copyright Styling */
    .rectangle-horiz {
        width: 100%;
        height: 2px;
        background: #10BEBE;
        margin: 0 0 0 0;
    }
    #copyright {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 160px;
    }
    .copy {
        color: #a7a7a7;
        font-size: 10px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        margin-left: 20px;
    }
    /* Link Styling */
    a:link {
        color: #000;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:visited {
        color: #000;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:hover {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:active {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
}


/* MOBILE */

@media all and (max-width: 599px) and (min-width: 100px) {
    /* Footer Parent Div Styling */
    #footer {
        width: 100%;
        background-color: #23262c;
        margin: 0 auto;
    }
    /* H3 Styling */
    h3.left {
        padding-top: 1rem;
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
    }
    h3.center {
        color: #ffffff;
        font-size: 16px;
        font-family: Mallory, Sans-Serif;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: center;
    }
    /* List Styling */
    ul {
        margin: 0;
        list-style-type: none;
    }
    li {
        margin: 0;
        color: #666666;
        font-size: 13px;
        font-weight: 300;
        line-height: 22px;
        list-style-type: none;
        text-align: center;
    }
    /* Utility Links Div Styling */
    #utility-links {
        width: 90%;
        height: 150px;
        background-color: #23262c;
        margin: 40px auto 0 auto;
    }
    /* Help Styling */
    .help {
        width: 100%;
        height: 100px;
        float: left;
        margin: 0;
    }
    /* Help Img Icons*/
    .help-img-icon {
        margin: 0 5px 0 0;
    }
    /* About Styling */
    .about {
        width: 100%;
        height: 100px;
        float: left;
        margin: 50px 0 0 0;
    }
    /* Card Services Styling */
    .card {
        width: 100%;
        height: 100px;
        float: left;
        margin: 0;
    }
    /* Newsletter Styling */
    #newsletter {
        width: 100%;
        margin: 210px 0 0 0;
        text-align: center;
    }
    p.deals {
        color: #f1f8f8;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 0;
        text-align: center;
    }
    input[type=text] {
        width: 40%;
        padding: 15px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border: 1px #F2F2F2;
        background-color: #F2F2F2;
        border-radius: 4px;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    input[type=button],
    input[type=submit],
    input[type=reset] {
        background-color: #0677FF;
        border: 2px;
        border-radius: 4px;
        color: white;
        padding: 15px 35px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        font-size: 13px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 900;
    }
    /* Social Media Styling */
    #social {
        width: 100%;
        margin: 30px 0 0 0;
    }
    /* Copyright Styling */
    .rectangle-horiz {
        width: 100%;
        height: 2px;
        background: #10BEBE;
        margin: 30px 0 0 0;
    }
    #copyright {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .copy {
        color: #F2F2F2;
        font-size: 8.5px;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        margin: 0;
        white-space: nowrap;
    }
    /* Link Styling */
    a:link {
        color: #F2F2F2;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:visited {
        color: #F2F2F2;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:hover {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
    a:active {
        color: #0677FF;
        text-decoration: none;
        font-family: Helvetica, Arial, Sans-Serif;
        font-weight: 500;
    }
}